home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / thor / IBMailToThor.lha / IBMailToThor.readme < prev   
Text File  |  1999-01-11  |  3KB  |  80 lines

  1.  
  2.         IBMailTo.thor v1.3 (11/01/99) John S. Burger
  3.                  <jsburger@xmission.com>
  4.  
  5. This script borrows heavily from AwebMailTo.thor by Shaun Downend.
  6.                   <shaund@amiganut.demon.co.uk>
  7.                         Thanks Shaun!!!
  8.  
  9. This script is designed for use with IBrowse's external mailto: support.
  10. It will take the email address supplied by IBrowse and start the text
  11. editor of your choice and automatically fill in the To: field. Since V1.2
  12. you now have the ability to use Thor's internal editor, FSE. However, to
  13. use FSE, Thor must be running. When you have finished you save the message
  14. and it will appear as an event in Thor.
  15.  
  16. Note: THOR does not have to be running for this script to work unless you
  17. are using Thor's internal editor, FSE.
  18.  
  19. Configuration in this script:-
  20.  
  21.  
  22. MailSystem
  23.  
  24. This is the name of your TCP system in THOR.
  25.  
  26.  
  27. MailConfName
  28.  
  29. This is the name of your email conference in THOR, normally "EMail".
  30.  
  31.  
  32. AddSignature
  33.  
  34. Setting AddSignature to 'Y' will make IBMailTo.thor read your conference/
  35. BBS/global signature settings in that order and add that signature to your
  36. mail or you can have an external signature. If you use the $time or $ver
  37. variables in your Thor Signature they will not substitute even if Thor is
  38. running. In that case create another signature file without the variables
  39. and use the external 'E' signature option.
  40.  
  41.  
  42. SigFile
  43.  
  44. The file name with path for a signature file used with the 'E' option above.
  45.  
  46.  
  47. SendEvent
  48.  
  49. Setting SendEvent to 'Y' will send the mail immediately provided you are
  50. on line. Please note that ALL pending events in Thor will be sent not
  51. only the mail you just wrote. If SendEvent is set to 'N' the mail will not
  52. be sent automatically.
  53.  
  54.  
  55. Editor
  56.  
  57. Set Editor to the text editor of your choice. It must have a sticky option,
  58. in other words not detach itself. You can also use Thor's internal editor,
  59. FSE. To use FSE Thor must be configured to use the internal editor and Thor
  60. must be running. Set Editor = 'FSE' in this script.
  61.  
  62.  
  63. Configuration in IBrowse:-
  64.  
  65. Go to the Network preferences page, Email & Telnet tab in IBrowse. Set both
  66. Mailto and Sendmail to External. In the Mailto command string gadget enter
  67. "Your:Path/rx Your:Path/IBMailTo.thor %h". Sending a mailto: with IBrowse
  68. should now produce an EnterMsg event in THOR.
  69.  
  70.  
  71. History
  72.  
  73. V1.1  First public release
  74. V1.2  Added ability to specify Thor's FSE as the editor
  75. V1.2ß Bug fixes to the FSE portion of the script and clarification
  76.       to the IBrowse configuration in the .readme
  77. V1.3  No changes. Just bumped the version number since I received no bug
  78.       reports on V1.2beta.
  79.  
  80.